Revision: hackerlab--devo--1.0--patch-69
Archive: lord@emf.net--2004
Creator: Tom Lord <lord@emf.net>
Date: Mon May 17 11:55:17 PDT 2004
Standard-date: 2004-05-17 18:55:17 GMT
Modified-files: libhackerlab/libhackerlab.doc
    strings/ustr-acc.c strings/ustr-cmp.c
    strings/ustr-copycat.c strings/ustr.c strings/ustr.h
    uni/coding-inlines.c uni/coding-inlines.h
New-patches: lord@emf.net--2004/hackerlab--devo--1.0--patch-69
Summary: rewrite ustr.c
Keywords: 

ustr.c should work for all encoding forms (including -be and -le
forms) and for the explicit-endianness forms should work without
alignment restrictions (ala the iscan routines).

`ustr_length_in_encoding' should return a value measured in coding
values.

`ustr_*_n' should expect length parameters measured in coding values
(not bytes).

